14. Quiz: All Tied Up (2-5)

Directions:

Build a single string that resembles the following joke.

Why couldn't the shoes go out and play?
They were all "tied" up!

Your joke should take the format of a question and answer. The first line should be a question and the second line should be an answer.

Hint: You will need to use special characters to produce the following output.

Your Code:

Start Quiz:

/*
 * Programming Quiz: All Tied Up (2-5)
 */

var joke = /* write your joke here */
console.log(joke);

INSTRUCTOR NOTE:

Have questions? Head to Knowledge for discussion with the Udacity Community.